* {
	padding: 0;
	margin: 0;
}
body {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#fff;
	text-align:left;
	position:relative;
	line-height:20px;
	min-width:1200px;
}
img {
	border: 0;
	position:relative;
}
div,ul,dl,dd,dt,li,td,tr,table,p,span,h1,h2,h3,h4,h5,h6,form,strong { 
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type: none;
	word-wrap:break-word;
	position:relative;
	border:none;
	font-weight:400;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5em;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
}
a {
	color:#666;
	text-decoration:none;
	position:relative;
	cursor:pointer;
	}
header, footer, nav, section, article, menu, aside 
{
	display:block;
	position:relative;
} 
textarea {
	resize:none;
	font-family:"微软雅黑";
	font-size:14px;
}
table { 
	border-collapse:collapse;
	border-spacing:0;
}
th , td {
	text-align:left;
}
input {
	font-family:"微软雅黑";
	font-size:14px;
	color: #333333;
}
input:focus {
	outline:none;
}
input.sub {
	cursor:pointer;
	background:none;
	border:none;
}
input.text {
	background:none;
	border:none;
}
address, caption, cite, code, dfn, em, th, var, i {
    font-style: normal;
    font-weight: normal;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
b,strong {
    font-weight: bolder;
}
h1, h2, h3, h4, h5, h6 {
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
}
/*。。。。。。常用样式。。。。。。*/
.grey-6, a.grey-6 {
    color: #6b6b6b;
}
.grey-9, a.grey-9 {
    color: #9c9c9c;
}
.light, a.light {
    color: #fff;
}
.C-red{
	color:#C80F1E;
}
.BC-red{
	background-color:#C80F1E;
}
.BDR-red{
	border: 1px solid #C80F1E;	
}
.C-orange{
	color: #ff6700;
}
.BC-orange{
	background-color: #ff6700;
}
.C-purple{
    color: #a776d9;
}
.BC-purple{
	background-color: #a776d9;
}
.red-9ji{
	color: #f21c1c;
}
.BCred-9ji{
	background-color: #ff4500;
}
.BDRred-9JI {
    border: 1px solid #ff4500;
}

.cw{
	color: white;
}
.pointer {
	cursor:pointer;
}
.none {
	display:none;
}
.block {
	display:block;
}
.inblock {
	display:inline-block;
}
.flex {
    display: flex;
}
.pr {
	position:relative;
}
.pa {
	position:absolute;
}
.w1200{
	width: 1200px;
}
.w100{
	width: 100%;
}
.left{
	float: left;
}
.right{
	float:right;
}
.fs12{
	font-size: 12px;
}
.fs13{
	font-size: 13px;
}
.fs14{
	font-size: 14px;
}
.fs15{
	font-size: 15px;
}
.fs16{
	font-size: 16px;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.text-center{
	text-align: center;
}
.margin-left{
	margin-left: 10px;
}
.margin-right{
	margin-right: 10px;
}
.margin-top {
    margin-top: 10px;
}
.margin-bottom{
	margin-bottom: 10px;
}
.hide{
	display: none;
}
.overflow-hide{
	overflow: hidden;
}
.iconf {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.clear {
    clear: both;
}
